mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-20 13:17:26 +02:00
Update 2021_03_18_082008_create_links_table.php
This commit is contained in:
parent
49679f2131
commit
559ecbee21
@ -25,7 +25,7 @@ class CreateLinksTable extends Migration
|
|||||||
$table->foreign('user_id')->references('id')->on('users');
|
$table->foreign('user_id')->references('id')->on('users');
|
||||||
$table->foreign('button_id')->references('id')->on('buttons');
|
$table->foreign('button_id')->references('id')->on('buttons');
|
||||||
$table->timestamps();
|
$table->timestamps();
|
||||||
$table->text('custom_css');
|
$table->text('custom_css')->default('');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user