mirror of
https://github.com/ManyakRus/crud_generator.git
synced 2024-11-21 05:05:52 +02:00
сделал objects
This commit is contained in:
parent
55a7eff328
commit
fde67f369b
@ -127,6 +127,12 @@ func CreateFiles_ReadObjectTable(MapAll map[string]*types.Table, Table1 *types.T
|
||||
|
||||
//
|
||||
for _, Column1 := range Table1.MapColumns {
|
||||
|
||||
IsGoodColumn := create_files.IsGood_Column(Column1)
|
||||
if IsGoodColumn != nil {
|
||||
continue
|
||||
}
|
||||
|
||||
IsForeignColumn := create_files.IsForeignColumn(MapAll, Column1)
|
||||
if IsForeignColumn == false {
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user