Name | Type | Autoinc | Nullable | Default | Unique | Indexed | |
---|---|---|---|---|---|---|---|
pk | many_id | int | primary | ||||
thedata | varchar |
Name | Type | Autoinc | Nullable | Default | Unique | Indexed | |
---|---|---|---|---|---|---|---|
pk | one_id | int | primary | ||||
thedata | varchar |
Name | Class | Accessor | Cascade on | Condition |
---|---|---|---|---|
Missing reverse relation many | Many | multi | copy, delete | { "foreign.one_id" => 'self.one_id' }; |
Powered by Mojolicious::Plugin::DbicSchemaViewer