You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff --git a/Users/douwemaan/Desktop/snippets.table.psql b/Users/douwemaan/Desktop/snippets.table.mysql
index 0ca7fd6..8d77d01 100644
--- a/Users/douwemaan/Desktop/snippets.table.psql+++ b/Users/douwemaan/Desktop/snippets.table.mysql@@ -2,15 +2,15 @@
Column | Type | Modifiers
------------------+-----------------------------+-------------------------------------------------------
id | integer | not null default nextval('snippets_id_seq'::regclass)
- title | character varying(255) | + title | character varying(510) | default NULL::character varying
content | text |
author_id | integer | not null
project_id | integer |
- created_at | timestamp without time zone | - updated_at | timestamp without time zone | - file_name | character varying(255) | - expires_at | timestamp without time zone | - type | character varying(255) | + created_at | timestamp with time zone | + updated_at | timestamp with time zone | + file_name | character varying(510) | default NULL::character varying+ expires_at | timestamp with time zone | + type | character varying(510) | default NULL::character varying
visibility_level | integer | not null default 0
Indexes:
"snippets_pkey" PRIMARY KEY, btree (id)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: