brihogan
Results
2
issues of
brihogan
If you create a table and then set an index for a row that doesn't exist, the migration will fail. The table will still be in the DB but you...
Seems like the .create function isn't working when building table rows. The readme shows: t.create('score', 'integer', {limit: 8}) But, that dosen't seem to work. I'd prefer the create function rather...