diff --git "a/data/2.MySQL\344\270\255\351\230\266/1.\346\225\260\346\215\256\345\272\223\347\273\204\346\210\220/6. \350\247\246\345\217\221\345\231\250/audit.md" "b/data/2.MySQL\344\270\255\351\230\266/1.\346\225\260\346\215\256\345\272\223\347\273\204\346\210\220/6. \350\247\246\345\217\221\345\231\250/audit.md" index 4a1e6088d858e96ee6fe1eae4a3ee1b16bc91b8c..660c16d9ce322e1b6f404cea464f3e54e85f7355 100644 --- "a/data/2.MySQL\344\270\255\351\230\266/1.\346\225\260\346\215\256\345\272\223\347\273\204\346\210\220/6. \350\247\246\345\217\221\345\231\250/audit.md" +++ "b/data/2.MySQL\344\270\255\351\230\266/1.\346\225\260\346\215\256\345\272\223\347\273\204\346\210\220/6. \350\247\246\345\217\221\345\231\250/audit.md" @@ -20,7 +20,8 @@ create table orders ```mysql create table orders_log ( - id int primary key auto_increment, + log_id int primary key auto_increment, + id int, item_id int, amount int, unit_price decimal(12, 4),