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