天天看點

網際網路公司資料庫設計

網際網路公司資料庫設計

資料庫設計

`is_delete` tinyint unsigned not null default 0 comment '該條記錄是否删除,1 表示是,0 表示否',
`creator` varchar(255) not null comment '建立人',
`create_time` datetime not null default now() comment '建立時間',
`updater` varchar(255) comment '更新人',
`update_time` datetime comment '更新時間'