Home API Tools Posts Hire Me About
Sign In Create Account
Live Free tier included

Migration Generator

Generate Laravel migration files from column definitions

One column per line: name: type modifiers
Available Types
id, string, text, longtext
int, bigint, tinyint, decimal
boolean, date, datetime, timestamp
json, uuid, foreignId
Modifiers: nullable, unique, index, default(value)