new(core.gbapp): Timestamp fields are now default.
This commit is contained in:
parent
29712b9528
commit
bd85f1e8f3
1 changed files with 4 additions and 1 deletions
|
@ -394,7 +394,10 @@ export class GBVMService extends GBService {
|
|||
}
|
||||
}
|
||||
|
||||
seq.define(tableName, t.fields);
|
||||
seq.define(tableName, t.fields, {
|
||||
|
||||
timestamps: true,
|
||||
});
|
||||
|
||||
// New table checking, if needs sync.
|
||||
let tables;
|
||||
|
|
Loading…
Add table
Reference in a new issue