[sql] create_faq_users

Viewer

copydownloadembedprintName: create_faq_users
  1. CREATE TABLE `faq_users` (
  2.         `id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
  3.         `client_name` VARCHAR(255),
  4.         `login_pass` VARCHAR(255),
  5.         `created_at` DATETIME,
  6.         `updated_at` DATETIME
  7. ) ENGINE=InnoDB;

Editor

You can edit this paste and save as new: