1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
This commit is contained in:
Ivar Conradi Østhus 2016-09-16 14:59:31 +02:00
parent 1c3ea28a64
commit 9103d8b10c

View File

@ -1,5 +1,7 @@
# Schema
This document describes our current database schama used in PostgreSQL
## Table: _migrations_
Used by db-migrate module to keep track of migrations.
@ -22,7 +24,7 @@ Used by db-migrate module to keep track of migrations.
| data | json | 2147483647 | 1 | (null) |
## Table: _strategies_loc
## Table: _strategies_
| NAME | TYPE | SIZE | NULLABLE | COLUMN_DEF |
| ------------------- | --------- | ----------- | -------- | ---------- |
| created_at | timestamp | 29 | 1 | now() |