Sha256: b182e77fae4abb06162b6bf1d8eca64ab4b15968d260ae0dea6f0e1b891373cb
Contents?: true
Size: 299 Bytes
Versions: 2
Compression:
Stored size: 299 Bytes
Contents
-- -- PostgreSQL database dump -- -- -- Name: users; Type: TABLE; Schema: public; Owner: -; Tablespace: -- CREATE TABLE users ( id integer NOT NULL, name character varying NOT NULL, office json, created_at timestamp without time zone, updated_at timestamp without time zone );
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
json_attributes-0.1.2 | db/structure.sql |
json_attributes-0.1.1 | db/structure.sql |