- Timestamp:
- 02/24/21 21:58:42 (4 years ago)
- Branches:
- master
- Children:
- ff9da8b
- Parents:
- 0c07a90
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
database/migrations/2019_10_13_161454_create_user_profiles.php
r0c07a90 rf457265 17 17 $table->increments('id'); 18 18 $table->integer('user_id')->unsigned(); 19 $table->boolean('is_company_profile')->default(false); 19 20 $table->string('profile_link')->unique(); 20 21 $table->string('short_bio')->nullable();
Note:
See TracChangeset
for help on using the changeset viewer.