changing SQL::Translator::Diff to use producer_args instead of producer_options
[dbsrgits/SQL-Translator.git] / t / data / mysql / create.sql
index e8c955e..642d9a2 100644 (file)
@@ -15,7 +15,7 @@ create table employee (
        employee_id integer,
   job_title varchar(255),
        CONSTRAINT FK5302D47D93FE702E FOREIGN KEY (employee_id) REFERENCES person (person_id),
-       PRIMARY KEY  (position, employee_id)
+       PRIMARY KEY  (position, employee_id) USING BTREE
 ) ENGINE=InnoDB;
 
 create table deleted (