| changeset 78 | 0ebef32c34af |
| parent 77 | e408da1419cd |
| child 79 | 4ae8bb6f8a96 |
| 77:e408da1419cd | 78:0ebef32c34af |
|---|---|
1 -- |
|
2 -- Created by SQL::Translator::Producer::PostgreSQL |
|
3 -- Created on Sun Feb 1 19:58:35 2015 |
|
4 -- |
|
5 ; |
|
6 -- |
|
7 -- Table: dbix_class_deploymenthandler_versions. |
|
8 -- |
|
9 CREATE TABLE "dbix_class_deploymenthandler_versions" ( |
|
10 "id" serial NOT NULL, |
|
11 "version" character varying(50) NOT NULL, |
|
12 "ddl" text, |
|
13 "upgrade_sql" text, |
|
14 PRIMARY KEY ("id"), |
|
15 CONSTRAINT "dbix_class_deploymenthandler_versions_version" UNIQUE ("version") |
|
16 ); |
|
17 |
|
18 ; |