1 Star 0 Fork 49

rob/MTBSystem

forked from 稀饭下雪/MTBSystem 
Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
actor.sql 507 Bytes
Copy Edit Raw Blame History
稀饭下雪 authored 2018-02-28 01:25 +08:00 . add
CREATE TABLE actor (
id INT(11) AUTO_INCREMENT COMMENT '演员编号',
name_cn char(50) NOT NULL DEFAULT '' COMMENT '演员名称' ,
name_en char(50) NOT NULL DEFAULT '' COMMENT '演员名称' ,
actor_photo char(255) NOT NULL DEFAULT '' COMMENT '演员头像' ,
actor_country char(50) NOT NULL DEFAULT '' COMMENT '演员所属国家' ,
actor_type INT(11) NOT NULL DEFAULT 1 COMMENT '演员级别,默认1演员,2是导演',
PRIMARY KEY ( `id` )
) ENGINE = InnoDB DEFAULT CHARSET =utf8;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/rob_code/MTBSystem.git
git@gitee.com:rob_code/MTBSystem.git
rob_code
MTBSystem
MTBSystem
master

Search