|
|
version: v1
|
|
|
kind: Schema
|
|
|
metadata:
|
|
|
name: accountDestroyRecord
|
|
|
description: 账号注销记录
|
|
|
attributes:
|
|
|
- ref: userBaseId
|
|
|
required: true
|
|
|
- name: accountDestroyRecordId
|
|
|
description: 账号注销记录ID
|
|
|
type:
|
|
|
primitive: int64
|
|
|
- name: destroyTime
|
|
|
description: 注销时间
|
|
|
type:
|
|
|
primitive: datetime
|
|
|
- name: accountAfter
|
|
|
description: 账号修改后
|
|
|
type:
|
|
|
primitive: string
|
|
|
- name: accountBefore
|
|
|
description: 账号修改前
|
|
|
type:
|
|
|
primitive: string |
...
|
...
|
|