issues
search
Reeker-Liu
/
DB
A simple implementation of database for course software_engineering
1
stars
0
forks
source link
Check
#1
Open
rsy56640
opened
5 years ago
rsy56640
commented
5 years ago
一列不能同时是 FK 和 DEAULT
UPDATE 不能改 PK
INSERT 检查 NOTNULL
rsy56640
commented
5 years ago
CreateTable 的所有列总长度
rsy56640
commented
5 years ago
列名禁止叫 "autoPK"