[sql] a

Viewer

  1. CREATE TABLE `province_cities` (
  2.   `id` BIGINT(20) UNSIGNED NOT NULL,
  3.   `user_id` BIGINT(20) UNSIGNED NOT NULL DEFAULT '1',
  4.   `parent` INT(11) NOT NULL DEFAULT '0',
  5.   `title` VARCHAR(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  6.   `sort` tinyint(3) UNSIGNED NOT NULL DEFAULT '1',
  7.   `deleted_at` TIMESTAMP NULL DEFAULT NULL,
  8.   `created_at` TIMESTAMP NULL DEFAULT NULL,
  9.   `updated_at` TIMESTAMP NULL DEFAULT NULL
  10. ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

Editor

You can edit this paste and save as new:


File Description
  • a
  • Paste Code
  • 26 Nov-2022
  • 483 Bytes
You can Share it: