Commit 905cd143 by 仲光辉

feat: - add new DDL SQL

parent bdf27015
INSERT project_invoice(uuid, project_uuid, type, account, password, name, create_time, update_time) VALUE
INSERT project_invoice(uuid, project_uuid, type, account, password, name, create_time, update_time) VALUE
(
106323570418727455,
'7120f118bd584ae8b091212f7f248b7c',
3,
'18276577069',
'mfg12345678',
'苏春霞',
NOW(),
NOW()
)
[2022-12-23 17:59:05] 1 row affected in 46 ms
mfg> INSERT project_invoice(uuid, project_uuid, type, account, password, name, create_time, update_time) VALUE
(
222943934075657755,
'48ac8161fa7a4bfcbbb479f37ae9ae90',
3,
'18276577069',
'mfg12345678',
'苏春霞',
NOW(),
NOW()
)
[2022-12-23 17:59:44] 1 row affected in 45 ms
mfg> INSERT project_invoice(uuid, project_uuid, type, account, password, name, create_time, update_time) VALUE
(
563785515608314404,
'9497e8baf1fa4e9eaa189fc9e8c98064',
3,
'18276577069',
'mfg12345678',
'苏春霞',
NOW(),
NOW()
)
[2022-12-23 18:00:20] 1 row affected in 44 ms
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment