constraint movie_studio_pk primary key (movie_studioID), constraint movie_studio_fk_movie foreign key (m_movieID) references movie (movieID), constraint movie_studio_fk_studio foreign key (s_studioID) ...
When running CreateTable() it will produce invalid sql and throw a multiple default values specified for column if you specify a default on a pk type Snowflake int64 // User model type User struct { ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results