Skip to content

apitabledefinitions

Troy Murray edited this page Sep 15, 2011 · 1 revision

Table Definitions

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:

Clone this wiki locally