This repository was archived by the owner on Nov 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Database schema
Gaelan Lloyd edited this page Sep 2, 2016
·
6 revisions
You can quickly create this database structure by importing the provided template file.
Laika requires a database with tables set up in the following manner:
| Column | Type |
|---|---|
| id | int, auto-increment |
| data | date |
| site | smallint |
| data_id | smallint |
| value | float |
| Column | Type |
|---|---|
| id | int, auto-increment |
| report_item | smallint |
| site | smallint |
| gan_profile | tinytext |
| gan_goal_id | tinyint |
| Column | Type |
|---|---|
| id | int, auto-increment |
| group_name | tinytext |
| Column | Type |
|---|---|
| id | int, auto-increment |
| group_id | tinyint |
| menu_item_title | tinytext |
| report_layout | tinytext |
| report_header | tinytext |
| report_description | text |
| Column | Type |
|---|---|
| id | int, auto-increment |
| name | tinytext |
| is_global | tinyint |
| operation | text |
| Column | Type |
|---|---|
| id | int, auto-increment |
| name | tinytext |
| alt_name | tinytext |
| ignore | tinyint |
| gan_view_id | tinytext |
| additional_metrics | text |