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 | |
| Line | |
|---|---|
| 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, |
| 10 | info TEXT, |
| 11 | identifier TEXT |
| 12 | ); |
| 13 | |
| 14 |
Note: See TracBrowser
for help on using the repository browser.













