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


                      

  
CREATE TABLE courses (
  id serial,
  name text
);