-
Notifications
You must be signed in to change notification settings - Fork 1
Column Options
Branden Horiuchi edited this page Nov 23, 2015
·
7 revisions
Column Options provide additional configuration or extension data for the column they are added to. Currently Knex.js and Bookshelf.js relation options come standard along with built-in knex-schemer options . Since options are part of an extensible object, custom options can be added as needed as long as the names do not conflict with the options defined here. Some options also have additional modifier options that can be specified as separate (parameter :value ) pairs. |
||||||||||||||||||||||||||
Specific to knex-schemer
|
||||||||||||||||||||||||||
Must accompany a Column with a defined Data Type
|
||||||||||||||||||||||||||
These options do not require a Data Type and will cause the Column to be ignored during the schema creation
|
||||||||||||||||||||||||||
knex-schemer