summaryrefslogtreecommitdiff
path: root/lab_migration.install
diff options
context:
space:
mode:
Diffstat (limited to 'lab_migration.install')
-rw-r--r--lab_migration.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/lab_migration.install b/lab_migration.install
index 8530b7a..8573b97 100644
--- a/lab_migration.install
+++ b/lab_migration.install
@@ -54,6 +54,11 @@ function lab_migration_schema()
'type' => 'int',
'not null' => TRUE,
),
+ 'solver_uid' => array(
+ 'description' => t('TODO: please describe this field!'),
+ 'type' => 'int',
+ 'not null' => TRUE,
+ ),
'name_title' => array(
'description' => t('TODO: please describe this field!'),
'type' => 'varchar',
@@ -99,6 +104,13 @@ function lab_migration_schema()
'approval_status' => array(
'description' => t('TODO: please describe this field!'),
'type' => 'int',
+ 'length' => '1',
+ 'not null' => TRUE,
+ ),
+ 'solution_status' => array(
+ 'description' => t('TODO: please describe this field!'),
+ 'type' => 'int',
+ 'length' => '1',
'not null' => TRUE,
),
'creation_date' => array(
@@ -111,6 +123,11 @@ function lab_migration_schema()
'type' => 'int',
'not null' => TRUE,
),
+ 'solution_date' => array(
+ 'description' => t('TODO: please describe this field!'),
+ 'type' => 'int',
+ 'not null' => TRUE,
+ ),
'message' => array(
'description' => t('TODO: please describe this field!'),
'type' => 'text',