|
10 | 10 | # |
11 | 11 | # It's strongly recommended that you check this file into your version control system. |
12 | 12 |
|
13 | | -ActiveRecord::Schema[7.2].define(version: 2025_10_23_142000) do |
| 13 | +ActiveRecord::Schema[7.2].define(version: 2026_02_20_113917) do |
14 | 14 | create_table "aliquot", charset: "utf8mb3", collation: "utf8mb3_unicode_ci", force: :cascade do |t| |
15 | 15 | t.string "id_lims", null: false, comment: "The LIMS system that the aliquot was created in" |
16 | 16 | t.string "aliquot_uuid", null: false, comment: "The UUID of the aliquot in the LIMS system" |
|
68 | 68 | t.string "id_lims", limit: 10, null: false, comment: "LIM system identifier, e.g. CLARITY-GCLP, SEQSCAPE" |
69 | 69 | t.integer "lane", limit: 2, null: false, comment: "Flowcell lane number, 1 or 2", unsigned: true |
70 | 70 | t.string "entity_type", limit: 30, null: false, comment: "Library type: library_indexed, library_indexed_spike" |
71 | | - t.string "tag_sequence", limit: 30, comment: "Tag sequence" |
72 | | - t.string "tag2_sequence", limit: 30, comment: "Tag sequence for tag 2" |
| 71 | + t.string "tag_sequence", comment: "Tag sequence" |
| 72 | + t.string "tag2_sequence", comment: "Tag sequence for tag 2" |
73 | 73 | t.string "pipeline_id_lims", limit: 60, comment: "LIMs-specific pipeline identifier that unambiguously defines library type" |
74 | 74 | t.string "bait_name", limit: 50, comment: "WTSI-wide name that uniquely identifies a bait set" |
75 | 75 | t.integer "requested_insert_size_from", comment: "Requested insert size min value", unsigned: true |
|
124 | 124 | t.string "entity_type", limit: 30, null: false, comment: "Lane type: library, library_control, library_indexed, library_indexed_spike" |
125 | 125 | t.string "entity_id_lims", limit: 20, null: false, comment: "Most specific LIMs identifier associated with this lane or plex or spike" |
126 | 126 | t.integer "tag_index", limit: 2, comment: "Tag index, NULL if lane is not a pool", unsigned: true |
127 | | - t.string "tag_sequence", limit: 30, comment: "Tag sequence" |
| 127 | + t.string "tag_sequence", comment: "Tag sequence" |
128 | 128 | t.string "tag_set_id_lims", limit: 20, comment: "LIMs-specific identifier of the tag set" |
129 | 129 | t.string "tag_set_name", limit: 100, comment: "WTSI-wide tag set name" |
130 | 130 | t.string "tag_identifier", limit: 30, comment: "The position of tag within the tag group" |
131 | | - t.string "tag2_sequence", limit: 30, comment: "Tag sequence for tag 2" |
| 131 | + t.string "tag2_sequence", comment: "Tag sequence for tag 2" |
132 | 132 | t.string "tag2_set_id_lims", limit: 20, comment: "LIMs-specific identifier of the tag set for tag 2" |
133 | 133 | t.string "tag2_set_name", limit: 100, comment: "WTSI-wide tag set name for tag 2" |
134 | 134 | t.string "tag2_identifier", limit: 30, comment: "The position of tag2 within the tag group" |
|
534 | 534 | t.string "id_lims", limit: 10, null: false, comment: "LIM system identifier, e.g. CLARITY-GCLP, SEQSCAPE" |
535 | 535 | t.integer "request_order", limit: 2, null: false, comment: "LIMs-specific identifier for order in a batch", unsigned: true |
536 | 536 | t.string "entity_type", limit: 30, null: false, comment: "Entity type, e.g. library_indexed or in the future some other library type" |
537 | | - t.string "tag_sequence", limit: 30, comment: "Tag sequence" |
| 537 | + t.string "tag_sequence", comment: "Tag sequence" |
538 | 538 | t.string "pipeline_id_lims", limit: 60, comment: "LIMs-specific pipeline identifier that unambiguously defines library type" |
539 | 539 | t.string "bait_name", limit: 50, comment: "WTSI-wide name that uniquely identifies a bait set" |
540 | 540 | t.integer "requested_insert_size_from", comment: "Requested insert size min value", unsigned: true |
|
0 commit comments