SG
php artisan make:model CommentUser -p
Size: a a a
SG
php artisan make:model CommentUser -p
ВШ
ИС
SG
ИС
ВШ
SG
AR
ИС
ВШ
AR
AP
GK
AP
ВШ
AR
SG
ИС
SG
Schema::create('books', function (Blueprint $table) {
$table->integer('reference');
});
DB::statement('ALTER TABLE books CHANGE reference reference INT(2) UNSIGNED ZEROFILL NOT NULL');
GK