Documentation about the JavaScript Database Type creation syntax
Is there any documentation about the syntax of the database Type creation:
i.e.: "type": "BIGSERIAL PRIMARY KEY NOT NULL"
What keywords are allowed? In which order? How to Create an Index?
Of course, the Type is clear and the type in the example is the primary key and must not be null. But what about additional commands, like indexing?