feat: 增加sqlite sql 脚本
This commit is contained in:
8
server/db/sqlite/exa_customers.sql
Normal file
8
server/db/sqlite/exa_customers.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
INSERT INTO exa_customers (id,created_at,updated_at,deleted_at,customer_name,customer_phone_data,sys_user_id,sys_user_authority_id) VALUES (
|
||||
1,1582624908000,1586492969000,NULL,'测试客户','1761111111',10,'888');
|
||||
INSERT INTO exa_customers (id,created_at,updated_at,deleted_at,customer_name,customer_phone_data,sys_user_id,sys_user_authority_id) VALUES (
|
||||
2,1586492753000,1586492753000,1586497436000,'test','123123123',10,'888');
|
||||
INSERT INTO exa_customers (id,created_at,updated_at,deleted_at,customer_name,customer_phone_data,sys_user_id,sys_user_authority_id) VALUES (
|
||||
3,1586497452000,1586497452000,1586497453000,'123123','123123',10,'888');
|
||||
INSERT INTO exa_customers (id,created_at,updated_at,deleted_at,customer_name,customer_phone_data,sys_user_id,sys_user_authority_id) VALUES (
|
||||
4,1586497630000,1586497630000,1586497632000,'22222222','222222222222222',10,'888');
|
Reference in New Issue
Block a user