https://blog.csdn.net/weixin_55972781/article/details/118399532
创建表
CREATE TABLE table1 ( materialId TEXT, resourceType TEXT, localPath TEXT, remoteUrl TEXT, status INTEGER, fileHash TEXT, fileVersion Integer, fileSize Integer, PRIMARY KEY(materialId, resourceType), constraint foreign_key foreign key(materialId) references material_basic(materialInfoId) );
标签:语句,常用,resourceType,TEXT,数据库,materialId,foreign,key,Integer From: https://www.cnblogs.com/SaraMoring/p/16848948.html