We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Once you have a TableDefinition object, returned from calling createTable or changeTable in migration script, e.g.
t = createTable('users');
you can use these functions to add columns to your table:
column
binary
boolean
date
datetime
decimal
float
integer
string
text
time
timestamp
timestamps
references then use these functions to commit the changes to the database:
create
change