mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
parent
bda02f8192
commit
6a4d643c8d
@ -10,6 +10,13 @@ const frequentlyUsedColumns = [
|
||||
typeText: 'integer (auto-increment)',
|
||||
primary: true,
|
||||
},
|
||||
{
|
||||
name: 'id',
|
||||
validFor: ['add'],
|
||||
type: 'bigserial',
|
||||
typeText: 'bigint (auto-increment)',
|
||||
primary: true,
|
||||
},
|
||||
{
|
||||
name: 'id',
|
||||
validFor: ['add'],
|
||||
|
Loading…
Reference in New Issue
Block a user