add customer
This commit is contained in:
7
doc/prompts/8. Add Customer CRUD
Normal file
7
doc/prompts/8. Add Customer CRUD
Normal file
@ -0,0 +1,7 @@
|
||||
Now I want to add something like customer management to this cms.
|
||||
|
||||
Please generate following table and make CRUD operation into admin console.
|
||||
|
||||
Tablename : Customer
|
||||
Params:
|
||||
id, name, url, email, modifiedAt, createdAt
|
||||
Reference in New Issue
Block a user