wn-builder-plugin
wn-builder-plugin copied to clipboard
Add support for marking columns unique when creating database tables
Would be nice to add a checkbox to indicate that a given column should have a unique index added to it when building the table schema
unique
and index
$table->unique('email');
$table->index('state');