source:
branches/PublicaMundi_David-devel/zoo-project/zoo-kernel/bdd/schema.sql
@
751
| Last change on this file since 751 was 617, checked in by david, 12 years ago | |
|---|---|
| File size: 256 bytes | |
| Rev | Line | |
|---|---|---|
| [616] | 1 | create table status ( |
| 2 | id INT UNSIGNED AUTO_INCREMENT PRIMARY KEY, | |
| 3 | uuid TEXT, | |
| 4 | status TEXT, | |
| 5 | result TEXT, | |
| 6 | created_time DATETIME, | |
| 7 | start_date DATETIME, | |
| 8 | end_date DATETIME, | |
| 9 | progress int, | |
| [617] | 10 | info TEXT, |
| 11 | identifier TEXT | |
| [616] | 12 | ); |
| 13 | ||
| 14 |
Note: See TracBrowser
for help on using the repository browser.













