Thanks to visit codestin.com Credit goes to github.com
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 b3597af commit 564383fCopy full SHA for 564383f
database/migrations/000002_projects.up.sql
@@ -1,6 +1,6 @@
1
-- Store arbitrary data like project source code or avatars.
2
CREATE TABLE file (
3
- hash varchar(32) NOT NULL UNIQUE,
+ hash varchar(64) NOT NULL UNIQUE,
4
created_at timestamptz NOT NULL,
5
created_by text NOT NULL,
6
mimetype varchar(64) NOT NULL,
0 commit comments