034a34069a
* Merge bwagreement db into satellite master db * adjust to recent tally changes * linter problems * linter problems * returning db structs in more optimal way * added pointer for assignment * error message changed * better param message
9 lines
219 B
SQL
9 lines
219 B
SQL
-- AUTOGENERATED BY gopkg.in/spacemonkeygo/dbx.v1
|
|
-- DO NOT EDIT
|
|
CREATE TABLE bwagreements (
|
|
signature bytea NOT NULL,
|
|
data bytea NOT NULL,
|
|
created_at timestamp with time zone NOT NULL,
|
|
PRIMARY KEY ( signature )
|
|
);
|