aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/schema/openbase2.sql
blob: a37c4f4c313cc25a6a7fd6b89bae87629d94ca37 (plain) (tree)
1
2
3
4
5
6
7






                                         
CREATE TABLE courses (
  id integer UNIQUE INDEX DEFAULT _rowid,
  name text
)
go
CREATE PRIMARY KEY courses (id)
go