Finished groups

This commit is contained in:
a-ill
2023-08-01 15:56:41 +03:00
parent 3bc8dd4239
commit 3b8cd8b9f7
70 changed files with 2033 additions and 18556 deletions

View File

@@ -2,6 +2,9 @@ module CreateTableGroups
import SearchLight.Migrations: create_table, column, primary_key, add_index, drop_table
include("../../lib/DatabaseSupport.jl")
import .DatabaseSupport: add_foreign_key, add_index
function up()
create_table(:groups) do
[