Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dev_support/graph_mysql/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ CREATE TABLE `column_metas` (
`column_id` integer NOT NULL,
`name` varchar(64) NOT NULL,
`seq` tinyint NOT NULL,
`default_value` varchar(64) NOT NULL,
`data_type` varchar(8) NOT NULL DEFAULT 'string',
PRIMARY KEY (`id`),
UNIQUE KEY `ux_column_id_name` (`column_id`, `name`),
Expand Down