source:
branches/PublicaMundi_David-devel/zoo-project/zoo-kernel/bdd/schema.sql
@
779
Last change on this file since 779 was 617, checked in by david, 10 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.