create_table "cms_permissions", options: "ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin", force: :cascade do |t|
    t.bigint "tenant_id"
    t.bigint "account_id"
    t.string "name"
    t.datetime "created_at"