mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-03-06 04:27:37 +01:00
Added field for custom CSS to database
See: https://blog.littlelink-custom.com/upcoming-features/
This commit is contained in:
parent
7695b9711a
commit
49679f2131
@ -25,6 +25,7 @@ class CreateLinksTable extends Migration
|
||||
$table->foreign('user_id')->references('id')->on('users');
|
||||
$table->foreign('button_id')->references('id')->on('buttons');
|
||||
$table->timestamps();
|
||||
$table->text('custom_css');
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user