From b06d19e34957bd3e719dfcff9e6d180ea95330e5 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 11 Sep 2010 06:03:12 +0000 Subject: #629484 by Amitaibu, fago, et al: Added Add entity 'label' key info (e.g. title on node). --- modules/field/tests/field_test.install | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/field/tests/field_test.install') diff --git a/modules/field/tests/field_test.install b/modules/field/tests/field_test.install index d4937b620..268d271c7 100644 --- a/modules/field/tests/field_test.install +++ b/modules/field/tests/field_test.install @@ -44,6 +44,13 @@ function field_test_schema() { 'not null' => TRUE, 'default' => '', ), + 'ftlabel' => array( + 'description' => 'The label of this test_entity.', + 'type' => 'varchar', + 'length' => 255, + 'not null' => TRUE, + 'default' => '', + ), ), 'unique keys' => array( 'ftvid' => array('ftvid'), -- cgit v1.2.3