mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-29 17:38:50 +02: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('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');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user