Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Marten::DB::Migration::DSL::CreateTable
Inherits
Reference
/
Object
Constructors
new
(name :
String
|
Symbol
)
Source
Instance methods
build
Source
operation
Source
Macros
column
(*args, **kwargs)
Source
index
(name, column_names)
Source
unique_constraint
(name, column_names)
Source