Update 2022026611846569_create_table_groups_requests.jl

This commit is contained in:
a-ill 2023-08-01 16:34:42 +03:00
parent 9fd580eb21
commit ec940181c7

View File

@ -21,7 +21,7 @@ function up()
column(:longitude, :float)
column(:members,:integer)
column(:added, :bool)
column(:status,:Integer)
column(:status,:integer)
]
end