adonis run migration file code example
Example 1: adonis column float
table.float(name, [precision], [scale])
Example 2: adonis migration column char
table.string(name, [length=255])
table.float(name, [precision], [scale])
table.string(name, [length=255])