| Issue 8: | Create the SQL-file for filling of a database with test data | |
| 1 person starred this issue and may be notified of changes. | Back to list |
SQL-scripts has to fill with information all tables in a database. File has to have name "13_fill_tables.sql". All primary keys in tables has to be ranging from 13000 to 13999.
Feb 27, 2015
Project Member
#1
meskil...@gmail.com
Status:
Started
Mar 4, 2015
(No comment was entered for this change.)
Status:
Done
Mar 20, 2015
1. All data is to have sense. It is better to generate less data which have sense than more data without sense. 2. Don't use command "USE `pm_db`". This command already used in script "03_create_tables.sql". 3. Don't forget to close query by semicolon.
Status:
Renew
|