mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
ALPHA 3.0.5
This commit is contained in:
@@ -15,6 +15,7 @@ class CreateItemsTable extends Migration
|
||||
{
|
||||
Schema::create('items', function (Blueprint $table) {
|
||||
$table->increments('id');
|
||||
$table->integer('quantity');
|
||||
$table->string('name');
|
||||
$table->string('desc');
|
||||
$table->timestamps();
|
||||
|
||||
Reference in New Issue
Block a user