markbates / mack-more

All the extra stuff you could want for the Mack Framework.

This URL has Read+Write access

mack-more / mack-active_record / spec / fixtures / sqlite3_schema_structure.sql.fixture
5b2d5db9 » markbates 2008-08-12 Added 'proper' test:setup t... 1 CREATE TABLE "cottages" ("id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "created_at" DATETIME);
2 CREATE TABLE "houses" ("id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "color" VARCHAR(50), "address" TEXT);