AA
Size: a a a
AA
AA
AG
AK
AA
AA
AK
AK
AG
ЕА
AA
AK
AA
AG
AK
AA
AK
Schema::create('resources', function (Blueprint $table) {
$table->bigIncrements('id');
$table->string('name');
$table->string('content');
$table->timestamps();
});
Пользуемся, пользуемся... Schema::table('resources', function (Blueprint $table) {
$table->integer('owner_id')->change();
});AG
AK
AK