class DbSchema::Operations::CreateTable
Attributes
table[R]
Public Class Methods
new(table)
click to toggle source
# File lib/db_schema/operations.rb, line 18 def initialize(table) @table = table end