Skip to content

koji0805/protospace-22136

Repository files navigation

テーブル設計

users テーブル

Column Type Options
email string null: false
password string null: false
name string null: false
profile text null: false
occupation text null: false
position text null: false

prototypes テーブル

Column Type Options
title string null: false
catch_copy text null: false
concept text null: false
user references null: false

comments テーブル

Column Type Options
text text null: false
user references null: false
prototype references null: false

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published