temp
This commit is contained in:
@@ -36,7 +36,6 @@ export class AppModel extends Model {
|
||||
declare title: string;
|
||||
declare description: string;
|
||||
declare version: string;
|
||||
declare domain: string;
|
||||
declare key: string;
|
||||
declare uid: string;
|
||||
declare pid: string;
|
||||
@@ -69,10 +68,6 @@ AppModel.init(
|
||||
type: DataTypes.STRING,
|
||||
defaultValue: '',
|
||||
},
|
||||
domain: {
|
||||
type: DataTypes.STRING,
|
||||
defaultValue: '',
|
||||
},
|
||||
key: {
|
||||
type: DataTypes.STRING,
|
||||
// 和 uid 组合唯一
|
||||
|
||||
Reference in New Issue
Block a user