VY
$table->timestamp('completion_at')->comment('Дата завершения');
непонятно - что надо?
Size: a a a
VY
$table->timestamp('completion_at')->comment('Дата завершения');
И
И
P
ad_of_sales
(id
bigint unsigned not null auto_increment primary key, package_type_id
bigint unsigned not null, city_id
bigint unsigned not null, material_type_id
bigint unsigned not null, name
varchar(255) not null comment 'Наименование', desc
text null comment 'Описание', is_geo
tinyint(1) not null default '0' comment 'Метка геопозиции', is_phone
tinyint(1) not null default '0' comment 'Метка телефона', placement_at
timestamp not null comment 'Дата размещения', completion_at
timestamp not null comment 'Дата завершения', is_weight
tinyint(1) not null default '1' comment 'Метка веса', avg_package_weight
double(8, 3) null comment 'Средний вес упаковки', total_weight
double(8, 3) null comment 'Общий вес', package_width
double(8, 3) null comment 'Ширина упаковки', package_depth
double(8, 3) null comment 'Глубина упаковки', package_height
double(8, 3) null comment 'Высота упаковки', total_volume
double(8, 3) null comment 'Общий обьём', count_of_packages
int null comment 'Количество упаковок', package_price
double(8, 2) null comment 'Цена за упаковку', total_price
double(8, 2) not null comment 'Цена выкупа', created_at
timestamp null, updated_at
timestamp null, deleted_at
timestamp null) default character set utf8mb4 collate 'utf8mb4_unicode_ci') 'completion_at
timestamp not null comment 'Дата завершения',`P
VY
R#
$table->timestamp('completion_at')->comment('Дата завершения');
BC
D
VY
P
R#
VY
И
BC
BC
И
И
composer create-project laravel/laravel example-app
И
И