diff --git a/apachesolr.install b/apachesolr.install
index 407aa4d..c4439c2 100644
--- a/apachesolr.install
+++ b/apachesolr.install
@@ -112,6 +112,16 @@ function apachesolr_schema() {
 
   $schema['apachesolr_environment'] = array(
     'description' => 'The Solr search environment table.',
+    'export' => array(
+      'key' => 'env_id',
+      'identifier' => 'name',
+      'api' => array(
+	    'owner' => 'apachesolr',
+	    'api' => 'default_apachesolr_environments',
+	    'minimum_version' => 1,
+	    'current_version' => 1,
+       ),
+     ),
     'fields' => array(
      'env_id' => array(
         'description' => 'Unique identifier for the environment',
