uklibraries / metadata_editor

Metadata editor satisfying the KDL metadata guidelines
0 stars 0 forks source link

Add required if available fields #10

Closed rrmait0 closed 11 years ago

rrmait0 commented 11 years ago

These are the following text fields that are being added to the required if available section. The fields are the following: creator and source. The limit of the text filed has been set to 255.

cokernel commented 11 years ago

If you just want short strings, you should use the string data type instead of the text data type. For MySQL migrations, :string translates to VARCHAR(255), while :text translates to TEXT.

rrmait0 commented 11 years ago

Thanks, I will change it to string data type. Also, I will remove the underlines. Thanks!

rrmait0 commented 11 years ago

This pull request is ready for review again.

rrmait0 commented 11 years ago

It it ready for review again. Thanks.

cokernel commented 11 years ago

Merging.