Fix test
This commit is contained in:
parent
e24229e5b2
commit
a9a40516db
|
@ -103,8 +103,7 @@ describe.each([
|
|||
): SaveTableRequest {
|
||||
const defaultSchema: TableSchema = {
|
||||
id: {
|
||||
type: FieldType.AUTO,
|
||||
subtype: AutoFieldSubType.AUTO_ID,
|
||||
type: FieldType.NUMBER,
|
||||
name: "id",
|
||||
autocolumn: true,
|
||||
constraints: {
|
||||
|
|
Loading…
Reference in New Issue