diff --git a/signup_status.install b/signup_status.install
index 0609605..b98d227 100644
--- a/signup_status.install
+++ b/signup_status.install
@@ -54,6 +54,17 @@ function signup_status_schema() {
   return array(
     'signup_status_codes' => array(
       'description' => t('Stores signup statuses.'),
+       'export' => array(
+         'key' => 'name',
+         'identifier' => 'code', // Exports will be as $code
+         'default hook' => 'default_signup_status_code',  // Function hook name.
+         'api' => array(
+           'owner' => 'signup_status',
+           'api' => 'default_signup_status_code',  // Base name for api include files.
+           'minimum_version' => 1,
+           'current_version' => 1,
+         ),
+       ),
       'fields' => array(
         'cid' => array(
           'type' => 'serial',
