adonis add column code example
Example 1: adonis make migration
adonis make:migration
Example 2: adonis migration run single migration
it's not possible yet
Example 3: adonis migration column char
table.string(name, [length=255])
adonis make:migration
it's not possible yet
table.string(name, [length=255])