struct

Ralph::Schema::SchemaDiff

Inherits Struct / Value / Object

Result of comparing schemas

Constructors

new(changes : Array(Ralph::Schema::SchemaChange) = [] of SchemaChange, warnings : Array(String) = [] of String)
Source

Instance methods

changes
Source
changes=(changes : Array(SchemaChange))
Source
empty?
Source
has_destructive_changes?
Source
warnings
Source
warnings=(warnings : Array(String))
Source