public
Description: All the extra stuff you could want for the Mack Framework.
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/mack-more.git
mack-more / mack-active_record / spec / fixtures / sqlite3_schema_structure.sql.fixture
100644 3 lines (2 sloc) 0.208 kb
1
2
3
CREATE TABLE "cottages" ("id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "created_at" DATETIME);
CREATE TABLE "houses" ("id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "color" VARCHAR(50), "address" TEXT);