diff options
Diffstat (limited to 'lab_migration.install')
-rw-r--r-- | lab_migration.install | 6 |
1 files changed, 6 insertions, 0 deletions
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', |