aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/fixtures/db_definitions/postgresql2.sql
blob: 4605b9384e54bb0e6cc1a5b8e27862c413a14c35 (plain) (tree)
1
2
3
4
                      
                        
           
  
CREATE TABLE courses (
  id serial primary key,
  name text
);