wn-builder-plugin icon indicating copy to clipboard operation
wn-builder-plugin copied to clipboard

Add support for marking columns unique when creating database tables

Open LukeTowers opened this issue 3 years ago • 1 comments

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

LukeTowers avatar Dec 17 '21 16:12 LukeTowers

unique and index

$table->unique('email');
$table->index('state');

WebVPF avatar Dec 26 '21 09:12 WebVPF