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