diff --git a/apachesolr.install b/apachesolr.install
index ad24760..edaf92a 100644
--- a/apachesolr.install
+++ b/apachesolr.install
@@ -112,6 +112,16 @@ function apachesolr_schema() {
 
   $schema['apachesolr_server'] = array(
     'description' => 'The Solr server table.',
+    'export' => array(
+      'key' => 'server_id',
+      'identifier' => 'server',
+      'api' => array(
+        'owner' => 'apachesolr',
+        'api' => 'default_apachesolr_servers',
+        'minimum_version' => 1,
+        'current_version' => 1,
+      ),
+    ),
     'fields' => array(
      'server_id' => array(
         'description' => 'Unique identifier for the server',
