-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thiết kế database #1
Comments
database V1: https://to.ly/1zhzj |
Migrate: |
rails generate scaffold Fund initial_capital:float present_value:float future_value:float desposit:float withdraw:float rate_of_growth:float |
rails generate scaffold SystemConfig key:string value:float value_type:integer |
easily generate a diagram based on your application's Active Record models. bundle exec erd |
rails generate model PlanMerchandiseRate merchandise_rate:references plan:references |
Tạo thiết kế database cùng các ý tưởng cho dự án
The text was updated successfully, but these errors were encountered: