aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/fixtures/db_definitions/db22.sql
blob: 853e2c73b1c747bdd46f18e238e0988a6e7fee8b (plain) (tree)
1
2
3
4
5
                      

                             
  
 
CREATE TABLE courses (
 id INT NOT NULL PRIMARY KEY,
 name VARCHAR(255) NOT NULL
);