Sha256: c68b3acad2a1c9877b5bc18f29619946185809059b486d2b038a9a1e1d16f9c3
Contents?: true
Size: 423 Bytes
Versions: 8
Compression:
Stored size: 423 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 CHARACTER SET utf8 COLLATE utf8_bin;
Version data entries
8 entries across 8 versions & 1 rubygems