| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | < | # shell script to add the specified table. |
| 1 | > | # shell script to create the tables on our database. |
| 2 | ||
| 3 | < | mysql -u co600_10 -p co600_10_db < test_table01 |
| 3 | > | mysql -u co600_10 -p co600_10_db < empty.sql |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |