Sha256: f3bab98aa31517d77dbd81285ad5dc5d318d91144226c026dd35c38ea4cf78ab
Contents?: true
Size: 408 Bytes
Versions: 9
Compression:
Stored size: 408 Bytes
Contents
CREATE TABLE `zendesk_users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `kb_account_id` varchar(255) NOT NULL, `zd_user_id` int(11) NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `index_zendesk_users_on_kb_account_id` (`kb_account_id`), UNIQUE KEY `index_zendesk_users_on_zd_user_id` (`zd_user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Version data entries
9 entries across 9 versions & 1 rubygems