From b65ec046bf14cc83627df690c361d3bd23b633b9 Mon Sep 17 00:00:00 2001 From: Prashant P. Shah Date: Mon, 11 Jul 2011 17:28:15 +0530 Subject: Updated database Signed-off-by: Prashant P. Shah --- lab_migration.install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lab_migration.install b/lab_migration.install index b6b818b..8530b7a 100644 --- a/lab_migration.install +++ b/lab_migration.install @@ -54,6 +54,12 @@ function lab_migration_schema() 'type' => 'int', 'not null' => TRUE, ), + 'name_title' => array( + 'description' => t('TODO: please describe this field!'), + 'type' => 'varchar', + 'length' => '5', + 'not null' => TRUE, + ), 'name' => array( 'description' => t('TODO: please describe this field!'), 'type' => 'varchar', -- cgit