Sha256: dc8ce3afb67296e773976a3732109f69ed3848c3cd46292563bc7af59e34fd03
Contents?: true
Size: 551 Bytes
Versions: 20
Compression:
Stored size: 551 Bytes
Contents
model_name: Theaters, Members, and Movies query: fields: - key_path: id display: 'ID #' - key_path: name sqlite_not_readable: |+ SELECT "t0"."id" AS 'c0', "t0"."name" AS 'c1' FROM "theaters" "t0" sqlite_readable: |+ SELECT "theaters"."id" AS 'ID #', "theaters"."name" AS 'name' FROM "theaters" "theaters" mysql_not_readable: |+ SELECT `t0`.`id` AS 'c0', `t0`.`name` AS 'c1' FROM `theaters` `t0` mysql_readable: |+ SELECT `theaters`.`id` AS 'ID #', `theaters`.`name` AS 'name' FROM `theaters` `theaters`
Version data entries
20 entries across 20 versions & 1 rubygems