mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
upload preivew + es command
This commit is contained in:
@@ -14,7 +14,7 @@ class AddMarginPaddingToTagsTable extends Migration
|
||||
public function up()
|
||||
{
|
||||
Schema::table('tags', function (Blueprint $table) {
|
||||
$table->string('padding')->default(0);
|
||||
$table->string('padding')->default('1px 2px');
|
||||
$table->string('margin')->default('0 4px 0 0');
|
||||
$table->string('border_radius')->default(0);
|
||||
$table->string('font_size')->default('12px');
|
||||
|
||||
Reference in New Issue
Block a user