mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
new instance for 227
This commit is contained in:
@@ -15,7 +15,7 @@ class CreatePicturesTable extends Migration
|
||||
{
|
||||
Schema::create('pictures', function (Blueprint $table) {
|
||||
$table->increments('id');
|
||||
$table->string('url');
|
||||
$table->text('url');
|
||||
$table->string('title');
|
||||
$table->text('desc');
|
||||
$table->integer('pictureable_id');
|
||||
|
||||
Reference in New Issue
Block a user