Skip to content
  • Ryuta Kamizono's avatar
    8b0c8079
    Sync mysql2 and trilogy specific schema · 8b0c8079
    Ryuta Kamizono authored
    Follow up to #50733.
    
    ```
    % diff -ub test/schema/mysql2_specific_schema.rb test/schema/trilogy_specific_schema.rb
    --- test/schema/mysql2_specific_schema.rb       2024-09-07 19:53:07
    +++ test/schema/trilogy_specific_schema.rb      2024-09-07 19:50:17
    @@ -21,7 +21,6 @@
         t.string :char2, limit: 50, default: "a varchar field"
         if ActiveRecord::TestCase.supports_default_expression?
           t.binary :uuid, limit: 36, default: -> { "(uuid())" }
    -      t.string :char2_concatenated, default: -> { "(concat(`char2`, '-'))" }
         end
       end
    
    ```
    8b0c8079
    Sync mysql2 and trilogy specific schema
    Ryuta Kamizono authored
    Follow up to #50733.
    
    ```
    % diff -ub test/schema/mysql2_specific_schema.rb test/schema/trilogy_specific_schema.rb
    --- test/schema/mysql2_specific_schema.rb       2024-09-07 19:53:07
    +++ test/schema/trilogy_specific_schema.rb      2024-09-07 19:50:17
    @@ -21,7 +21,6 @@
         t.string :char2, limit: 50, default: "a varchar field"
         if ActiveRecord::TestCase.supports_default_expression?
           t.binary :uuid, limit: 36, default: -> { "(uuid())" }
    -      t.string :char2_concatenated, default: -> { "(concat(`char2`, '-'))" }
         end
       end
    
    ```
Loading