Files
ryankochun91735/task1/project/_doc_source/prompt.md
louiscklaw 8b32f90f5f update,
2025-02-01 02:05:11 +08:00

53 lines
1.2 KiB
Markdown

tbl_brands
generate 30 computer manufacturer brand name and descriptions,
i want it in laravel seeder format,
insert into tbl_brands
show me the SQL only
generate 30 chinese computer manufacturer brand name and descriptions,
i want it in laravel seeder format,
insert into tbl_brands
show me the SQL only
tbl_category
generate 30 example computer name and descriptions,
i want it in laravel seeder format,
insert into tbl_categories
tbl_item
generate 30 example computer name and descriptions,
i want it in laravel seeder format,
insert into tbl_items
tbl_order
generate 30 example name and descriptions,
i want it in laravel seeder format,
insert into tbl_order
tbl_address
generate 30 example name and descriptions,
i want it in laravel seeder format,
insert into tbl_address
show me the SQL only
tbl_projects
generate 30 example project name and descriptions,
i want it in laravel seeder format,
insert into tbl_projects
show me the SQL only
tbl_user_roles
generate 30 example user group name and descriptions,
i want it in laravel seeder format,
insert into tbl_user_roles
show me the SQL only
tbl_user_group
generate 30 example user group name and descriptions,
i want it in laravel seeder format,
insert into tbl_user_groups
show me the SQL only