We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da17ed3 commit 495f65eCopy full SHA for 495f65e
migrations/20190526_project_estimation.sql
@@ -7,7 +7,7 @@ CREATE TABLE project_estimations
7
(
8
id bigint NOT NULL,
9
"buildingBlockKey" character varying(255) NOT NULL,
10
- conditions character varying(255) NOT NULL,
+ conditions character varying(512) NOT NULL,
11
price double precision NOT NULL,
12
"minTime" integer NOT NULL,
13
"maxTime" integer NOT NULL,
0 commit comments