3ds有几部热血系列:sql建表是只读的!

来源:百度文库 编辑:中科新闻网 时间:2024/05/04 17:49:13
我用下面这个建表过后是只读的不能录入数据
create table xxcj
(xh int identity(1000,1),
c tinyint default(0),
qb tinyint default(0),
vb tinyint default(0),
jsp tinyint default(0),
constraint fk_xh foreign key(xh) references jbxx(xh),
)

权限