Module: Snowflaked::SchemaDefinitions::SnowflakeColumn
- Defined in:
- lib/snowflaked/schema_definitions.rb
Instance Method Summary collapse
Instance Method Details
#snowflake(name) ⇒ Object
8 9 10 |
# File 'lib/snowflaked/schema_definitions.rb', line 8 def snowflake(name, **) column(name, :snowflake, comment: COMMENT, **) end |